History:

1.0.2
Added localisations (Italian and Chinese - Traditional)
Fixed a few small bugs
Added Lua syntax definition

1.0.1
Added Japanese localisation
Improved the syntax colouring
Fixed a couple of bugs
Added Stata syntax definition

1.0
Added localisations (Swedish, French and German)
.Mac synchronisation of the preferences
Added a Open Recent Project-menu
Added option to automatically open all documents that were open the last time Smultron was closed
Improved the syntax colouring
One can now replace with an empty string in Advanced Find, i.e. delete
Added option to colour multi-line strings
Now sets the insertion point to the same colour as the text
Now guesses the syntax definition from the contents of the first line if there isn't an extension
Added syntax definitions (PDF, LaTex and Objective Caml)
Many other improvements and some bugfixes

0.8
Added possibility to use authentication when saving and opening files
Added a command-line utility (install it from the Help-menu)
Added Services (Insert Selection into Current Document, New Document Containing Selection, Open Selected File)
Added command to save all open documents as a project to be able to open all of them in one step
New icons, by Gaëtan Ark
One can now remove "Quickly Find Next..." from the toolbar
Added option so Smultron opens all documents within a folder, instead of giving a warning
Added option to set colour of invisible characters (when shown)
Fixed an issue where under certain circumstances the current document would be closed instead of the Find-window
Fixed a bug which under certain circumstances could delete the wrong character

0.7
Added multi-document find and replace with regular expressions
Added possibility to show invisible characters
Can now drag-and-drop files into the documents list
Can now choose a different font for printing, and can also choose to print header, only selection and to set margins.
Added option to show position in status bar
Can now find hidden files and open them
Added option to indent with spaces instead of tabs
Can now choose an encoding in Open... sheet
Can now scroll the text by grabbing it with the option key and mouse
Can now choose to Save A Copy As...
Now updates the window properly when it is resized with no open documents
A few small fixes with the syntax colouring
ActionScript syntax added

0.6.1
Added settings for tab width.
Added an option to make Smultron immediately recolour the whole visible page after every pressed key. This makes it slightly slower but it removes the flickering that otherwise can occur in languages like PHP and JSP.
Added a Close Tag-command that will in a somewhat intelligent way close your tag. It will try to find the right tag to close and skip those that don't need closing like e.g. <br>.
If it is set to guess encoding and it can't find an explicitly stated encoding, it now checks for either EFBBBF, FEFF or FFFE at the start of the file and, if found, sets the encoding to UTF-8 or UTF-16.
Now updates the status of the document after a Revert.
Fixed two small bugs with the display of find-results in the drawer.
Fixed so that Smultron can open documents of all Types with drag-and-drop.
Now in Quickly Find Next... after a failed search, Smultron sets the focus back to the document so that it receives the next pressed key.
Adjusted the wording of the alert-sheet that is presented if another application has updated the document, and made sure that its checks are performed when they should occur.
Corrected the icons in Help.
Fixed so that all preferences are remembered properly.

0.6
First official release